home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
L' Hygiene Au Quotidien
/
L'Hygiene Au Quotidien.iso
/
mac
/
Site
/
enfants
/
images
/
carte2
/
salon.swf
/
scripts
/
frame_72
/
DoAction.as
Wrap
Text File
|
2003-07-25
|
582b
|
38 lines
function show()
{
coef = _level0.time - stoptime;
if(stoptime >= _level0.time)
{
gotoAndPlay(73);
}
else
{
spid = int(coef / 10);
if(spid < 1)
{
spid = 1;
}
i = random(12) + 1;
burk = eval("b" + i);
if(burk._currentframe == 1)
{
burk.spid = spid;
burk.play();
}
else
{
show();
}
}
}
function frap()
{
if(plumo.target.hitTest(burk))
{
trace("hit");
burk.gotoAndPlay(9);
}
}
stop();
show();